📦 Update fjogeleit/http-request-action action to v2#1566
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
📦 Update fjogeleit/http-request-action action to v2#1566renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
c7ab0cf to
8fec6e7
Compare
8fec6e7 to
a9b3443
Compare
a9b3443 to
5ddd624
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1→v2Release Notes
fjogeleit/http-request-action (fjogeleit/http-request-action)
v2Compare Source
v2.0Compare Source
v2.0.0Compare Source
What's Changed
New Contributors
Full Changelog: fjogeleit/http-request-action@v1...v2.0.0
v1.16.6Compare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.16.5...v1.16.6
v1.16.5Compare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.16.4...v1.16.5
v1.16.4: Dependency UpdatesCompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1...v1.16.4
v1.16.3: FormData Error HandlingCompare Source
Full Changelog: fjogeleit/http-request-action@v1.16.2...v1.16.3
v1.16.2: Dependency UpdatesCompare Source
What's Changed
New Contributors
Full Changelog: fjogeleit/http-request-action@v1.16.1...v1.16.2
v1.16.1: Fix err undefinedCompare Source
Full Changelog: fjogeleit/http-request-action@v1.16.0...v1.16.1
v1.16.0: Status OutputCompare Source
What's Changed
New Contributors
Full Changelog: fjogeleit/http-request-action@v1.15.5...v1.16.0
v1.15.5: Support SSL rejectUnauthorized ConfigurationCompare Source
What's Changed
New Contributors
Full Changelog: fjogeleit/http-request-action@v1.15.4...v1.15.5
v1.15.4: Fix RetryWait MappingCompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.15.3...v1.15.4
v1.15.3: Retry- and Response Output FixCompare Source
What's Changed
timeoutinput description by @ClayenKitten in #136New Contributors
Full Changelog: fjogeleit/http-request-action@v1...v1.15.3
v1.15.2: Upgrade to Node v20Compare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1...v1.15.2
v1.15.1: revert response serialization breaking changeCompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.15.0...v1.15.1
v1.15.0Compare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1...v1.15.0
v1.14.2: Dependency UpdatesCompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.14.1...v1.14.2
v1.14.1: Dependency UpdatesCompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1...v1.14.1
v1.14.0: Retry mechanismCompare Source
New input values
retryandretryWaitto define if, how often a request should be retried if failing and the wait time between each try.v1.13.0: Persist Response HandlerCompare Source
responseFileto persist the response content into the given file(path)v1.12.0: Workflow ImprovementsCompare Source
Thanks to @Uzlopak for the improvements in this release
v1.11.1: Fix empty Data for FormDataCompare Source
Fixes #57
v1.11.0: New headers outputCompare Source
headersOutput for response headers by @boro2gv1.10.0: Add custom HTTPS CACompare Source
What's Changed
Full Changelog: fjogeleit/http-request-action@v1.9.2...v1.10.0
v1.9.2: Update Error OutputCompare Source
#46
Build custom output json instead of using toJson. to prevent circular errors
v1.9.1: Dependency UpdateCompare Source
v1.9.0: Single File uploadCompare Source
application/octet-stream(#37 by nhan-nguyen-se)v1.8.2: Dependency UpdateCompare Source
Update follow-redirects
Update NodeJS to v16
v1.8.1: Dependency UpdateCompare Source
Update axios to 0.21.4
Update form-data to 4.0.0
v1.8.0: Ignore StatusCodesCompare Source
ignoreStatusCodesto prevent action to fail if API respond with a configured status code.v1.7.3: Build v1.7.2 changesCompare Source
v1.7.2: Disable MaxContentLength and MaxBodyLength checksCompare Source
Fixes #22
v1.7.1: FileUpload Content-TypeCompare Source
Remove default contentType from actions.yaml, contentType will set to application/json if not provided anyway
Fix duplicated contentType in file upload requests
v1.7.0: File UploadCompare Source
Related to #19
Add a new property files to support File Uploads over multipart/form-data Request.
Content-Type will change to "multipart/form-data" independent of the provided configuration.
Values provided as JSON in the data property will be added as additional FormData values. Nested objects are not supported
Basic Example from the test Workflow
v1.6.1: Axios UpdateCompare Source
axios update to v0.21.1
v1.6.0: None JSON Body supportCompare Source
v1.5.0: Support newline escapingCompare Source
New option "escapeData" to fix unescaped newline errors in JSON Data
In cases where parts of your JSON Data comes from the GitHub events or other dynamic sources its possible that this content includes unescaped characters like newlines. For this cases you can use this new option to fix related parsing errors by escaping your JSON content inside of this action.
v1.4.2: Update DependenciesCompare Source
Update @actions/core and axios
v1.4.1: Fix customHeadersCompare Source
v1.4.0: New InputOption: "preventFailureOnNoResponse"Compare Source
Closes #12
Prevent failure if no response is provided by the request
Usage:
v1.3.3: Add mission action inputCompare Source
Fixes #10
v1.3.2: Fix Error Message conversionCompare Source
convert error text from JSON into string by setting it as output
v1.3.1: Improved Error HandlingCompare Source
Fixes #6
Give detailed information about the error instead of unhandled promise rejection error
v1.3.0: Fix Bearer Authorization HeaderCompare Source
v1.2.0: Improved Debug ModeCompare Source
Add additional debug output for debugging
Add workflow tests
v1.1.1: Fix set empty basicHTTP Auth configCompare Source
Fix #2
Only add basicHTTP auth when configured
v1.1.0: Custom HeadersCompare Source
Add support for custom headers with a "customHeaders" property
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.